mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-17 17:57:04 +01:00
README.md: Add content suggestions
This commit is contained in:
parent
bb9d17c7be
commit
f6f913512b
10
README.md
10
README.md
@ -18,6 +18,16 @@ See [picturingjordan.com](https://picturingjordan.com) for an example of this th
|
|||||||
## Usage
|
## Usage
|
||||||
Clone the repository to your site's `themes` directory. Refer to [`exampleSite/config.toml`](https://github.com/alanorth/hugo-theme-bootstrap4-blog/blob/master/exampleSite/config.toml) for optional configuration values.
|
Clone the repository to your site's `themes` directory. Refer to [`exampleSite/config.toml`](https://github.com/alanorth/hugo-theme-bootstrap4-blog/blob/master/exampleSite/config.toml) for optional configuration values.
|
||||||
|
|
||||||
|
## Content Suggestions
|
||||||
|
A few suggestions to help you get a good looking site quickly:
|
||||||
|
|
||||||
|
- Keep blog posts in the `content/post` directory, for example: `content/post/my-first-post.md`
|
||||||
|
- Keep static pages in the `content` directory, for example: `content/about.md`
|
||||||
|
- Keep media like images in the `static` directory, for example: `static/2016/10/screenshot.png`
|
||||||
|
- Use the `<!--more-->` tag in posts to control how much of a post is shown on summary pages
|
||||||
|
|
||||||
|
See the source code and structure of [picturingjordan.com](https://github.com/alanorth/picturingjordan.com) to get more ideas.
|
||||||
|
|
||||||
## Building (For Developers)
|
## Building (For Developers)
|
||||||
This theme uses the [Bootstrap](https://getbootstrap.com/) framework. A static version of this is already included, but if you want to bump the version, tweak the style, etc, you'll need to rebuild the assets. Make sure you have NodeJS v4 or v6 installed, and then run the following from inside the theme's directory:
|
This theme uses the [Bootstrap](https://getbootstrap.com/) framework. A static version of this is already included, but if you want to bump the version, tweak the style, etc, you'll need to rebuild the assets. Make sure you have NodeJS v4 or v6 installed, and then run the following from inside the theme's directory:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user