Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit448ebe9

Browse files
committed
customize content
1 parent0f50272 commit448ebe9

File tree

55 files changed

+628
-239
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+628
-239
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name:CI
2+
3+
on:
4+
push:
5+
branches:[ main ]
6+
pull_request:
7+
branches:[ main ]
8+
9+
jobs:
10+
build:
11+
runs-on:ubuntu-latest
12+
steps:
13+
-uses:actions/checkout@v2
14+
-name:Build
15+
run:|
16+
mkdir public && chmod -R 0777 public
17+
cp CNAME public/
18+
docker-compose run build
19+
-name:Deploy
20+
if:github.ref == 'refs/heads/main'
21+
uses:JamesIves/github-pages-deploy-action@v4.2.5
22+
with:
23+
branch:gh-pages
24+
folder:public
25+
single-commit:true
26+
silent:true

‎.gitignore‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55
/resources/
66
public/
77
assets/jsconfig.json
8+
9+
node_modules/
10+
go.sum
11+
.hugo_build.lock

‎CNAME‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
makeappdev.com

‎assets/media/icon.png‎

7.31 KB
Loading

‎assets/media/make.svg‎

Lines changed: 40 additions & 0 deletions
Loading

‎assets/media/make_text_only.png‎

16.8 KB
Loading

‎config/_default/config.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings
44
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
55

6-
title:Wowchemy Research Group# Website name
7-
baseURL:'https://example.com/'# Website URL
6+
title:MaKeApp# Website name
7+
baseURL:""#'https://makeappdev.com/' # Website URL
88

99
############################
1010
## LANGUAGE

‎config/_default/menus.yaml‎

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,18 @@
44
# The weight parameter defines the order that the links will appear in.
55

66
main:
7-
-name:Tour
8-
url:tour
9-
weight:10
10-
-name:News
11-
url:post
7+
-name:Projects
8+
url:'#projects'
129
weight:20
13-
-name:People
14-
url:people
15-
weight:30
16-
-name:Events
17-
url:event
10+
-name:Apps
11+
url:'#apps'
1812
weight:40
19-
-name:Publications
20-
url:publication
13+
-name:Team
14+
url:'#team'
15+
weight:40
16+
-name:Support
17+
url:support
2118
weight:50
22-
-name:Contact
23-
url:contact
19+
-name:Privacy
20+
url:privacy
2421
weight:60

‎config/_default/params.yaml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
appearance:
99
theme_day:minimal
10-
theme_night:
10+
theme_night:minimal
1111
font:native
1212
font_size:L
1313

@@ -18,7 +18,7 @@ marketing:
1818
site_type:Organization
1919
local_business_type:''
2020
org_name:''
21-
description:'A highly-customizable Hugo research group theme powered by Wowchemy website builder.'
21+
description:'MaKeApp is the coding and development group of Markus and Kevin.'
2222
twitter:'wowchemy'
2323
analytics:
2424
google_analytics:''
@@ -43,7 +43,7 @@ header:
4343

4444
footer:
4545
copyright:
46-
notice:'© {year}Me. This work is licensed under {license}'
46+
notice:'© {year}MaKeApp. This work is licensed under {license}'
4747
license:
4848
enable:true
4949
allow_derivatives:false
@@ -54,7 +54,7 @@ footer:
5454

5555
locale:
5656
date_format:'Jan 2, 2006'
57-
time_format:'3:04 PM'
57+
time_format:'15:04 PM'
5858
address_format:en-us
5959

6060
# Site features

‎content/apps/mensa/featured.png‎

10.4 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp