Skip to content

Commit da22c9d

Browse files
committed
first draft of readme docs
1 parent 3eebc5c commit da22c9d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ This is a custom made site for the Mir Community. The design is heavily inspired
44

55
## Installation
66

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
712

813
## Creating Team Member Profile images
914

@@ -21,14 +26,28 @@ Go to content and under the team folder create a hugo bundle. In the bundle crea
2126

2227
Go into the data folder and modify the menu.yml file. The last item in the yml file will be the pink contact button.
2328

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+
2438

2539
## How to modify the about page
2640

2741
Go into the data folder and modify the about.yml file.
2842

2943
## How to modify css
3044

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.
3150

3251
## Features
3352

34-
53+
Bootstrap 4

resources.txt

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ https://discourse.gohugo.io/t/recommended-reading-reference/14815
77
https://www.andrewhoog.com/post/git-submodule-for-hugo-themes/
88

99
https://www.vogella.com/tutorials/GitSubmodules/article.html
10+
11+
https://github.com/escalate/hugo-split-theme

0 commit comments

Comments
 (0)