mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
Choose header height in config file! And updated screenshots.
This commit is contained in:
parent
c1bd334f83
commit
b915bd601b
4 changed files with 11 additions and 10 deletions
19
README.md
19
README.md
|
@ -5,12 +5,12 @@ A minimal, single page, smooth scrolling theme for Hugo.
|
||||||
![Main page screenshot](https://github.com/vickylaixy/hugo-theme-introduction/blob/master/images/screenshot.png)
|
![Main page screenshot](https://github.com/vickylaixy/hugo-theme-introduction/blob/master/images/screenshot.png)
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
* Single scrolling home page
|
- Single scrolling home page
|
||||||
* About and Contact sections
|
- About and Contact sections
|
||||||
* Optional Projects and Blog sections
|
- Optional Projects and Blog sections
|
||||||
* Browser friendly CSS fade-in effect for some pizzaz
|
- Browser friendly CSS fade-in effect for some pizzaz
|
||||||
* Smooth scroll-to nav feature
|
- Smooth scroll-to nav feature
|
||||||
* Responsive and fast
|
- Responsive and fast
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
|
@ -30,9 +30,10 @@ Start with:
|
||||||
|
|
||||||
1. Set your baseurl
|
1. Set your baseurl
|
||||||
2. Set your full name and first name
|
2. Set your full name and first name
|
||||||
3. Set your avatar image
|
3. Set your introduction header height (use "medium", "large", or "fullheight")
|
||||||
4. Input your social site usernames
|
4. Set your avatar image
|
||||||
5. Choose whether or not to show the Blog and Projects sections, and configure them to your liking
|
5. Input your social site usernames
|
||||||
|
6. Choose whether or not to show the Blog and Projects sections, and configure them to your liking
|
||||||
|
|
||||||
### Create About and Contact pages
|
### Create About and Contact pages
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 34 KiB |
BIN
images/tn.png
BIN
images/tn.png
Binary file not shown.
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 23 KiB |
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<div class="section" id="top"> <!-- Where all the awesome begins -->
|
<div class="section" id="top"> <!-- Where all the awesome begins -->
|
||||||
|
|
||||||
<div class="hero is-medium">
|
<div class="hero is-{{ .Site.Params.introheight }}">
|
||||||
<!-- Possible hero-head not used -->
|
<!-- Possible hero-head not used -->
|
||||||
<!-- Super sweet Hero body title -->
|
<!-- Super sweet Hero body title -->
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
|
|
Loading…
Reference in a new issue