File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ This is a custom made site for the Mir Community. The design is heavily inspired
4
4
5
5
## Installation
6
6
7
+ ` git clone https://github.com/zaynaib/mir_test.git `
8
+
9
+ If you have hugo already installed run
10
+
11
+ ` hugo server ` to build the site
7
12
8
13
## Creating Team Member Profile images
9
14
@@ -21,14 +26,28 @@ Go to content and under the team folder create a hugo bundle. In the bundle crea
21
26
22
27
Go into the data folder and modify the menu.yml file. The last item in the yml file will be the pink contact button.
23
28
29
+ ## How to modify links for footer
30
+
31
+ Go to the config.toml file and modify
32
+
33
+ ```
34
+ [params.footer]
35
+
36
+ ```
37
+
24
38
25
39
## How to modify the about page
26
40
27
41
Go into the data folder and modify the about.yml file.
28
42
29
43
## How to modify css
30
44
45
+ _ variables.scss is where all the theme colors are located
46
+ _ buttons.scss is the css styles for the buttons
47
+ _ typography.scss is where the fonts for the theme are located
48
+ _ navigation.scss is where the navigation styles are located
49
+ _ team-single.scss is where the location of the layout stay for individual team members are located.
31
50
32
51
## Features
33
52
34
-
53
+ Bootstrap 4
Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ https://discourse.gohugo.io/t/recommended-reading-reference/14815
7
7
https://www.andrewhoog.com/post/git-submodule-for-hugo-themes/
8
8
9
9
https://www.vogella.com/tutorials/GitSubmodules/article.html
10
+
11
+ https://github.com/escalate/hugo-split-theme
You can’t perform that action at this time.
0 commit comments