Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rampadc/hugo.386
https://github.com/rampadc/hugo.386
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rampadc/hugo.386
- Owner: rampadc
- License: apache-2.0
- Created: 2020-04-30T02:53:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T02:57:13.000Z (almost 5 years ago)
- Last Synced: 2024-11-22T18:40:26.404Z (2 months ago)
- Language: HTML
- Size: 4.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Changes to Max's layout
Increases number of posts to 50 and change posts directory to `contents/posts` instead of `content/post`.
```text
{{ range first 50 .Site.RegularPages }}
{{ if eq .Type "posts" }}
```# HUGO.386
HUGO.386 is a port of the [BOOTSTRA.386](//github.com/kristopolous/BOOTSTRA.386) theme. It has a cool MS-DOS feeling and is ready to be used for blogs. Despite its antique look, the theme is responsive and can be viewed on mobile devices.## [Test it on live here!](//maxlefou.gitlab.io/hugo.386-test/)
![Example of Hugo blog with the theme](images/screenshot.png)
## Installation
Inside the folder of your Hugo site run:$ git submodule add https://gitlab.com/maxlefou/hugo.386 themes/hugo.386
For more information read the official [setup guide](//gohugo.io/overview/installing/) of Hugo.
## Getting started
After installing the theme successfully it requires a just a few more steps to get your site running.
### The config file
Take a look inside the [`exampleSite`](//gitlab.com/maxlefou/hugo.386/tree/master/exampleSite) folder of this theme. You'll find a file called [`config.toml`](//gitlab.com/maxlefou/hugo.386/blob/master/exampleSite/config.toml).
It contains detailed information about the customization of all strings in this theme.To use it, copy the [`config.toml`](//gitlab.com/maxlefou/hugo.386/blob/master/exampleSite/config.toml) in the root folder of your Hugo site. Feel free to change strings as you like.
### Nearly finished
In order to see your site in action, run Hugo's built-in local server.
$ hugo server
Now enter [`localhost:1313`](http://localhost:1313) in the address bar of your browser.
## Contributing
Did you found a bug or got an idea for a new feature? There's surely at least some subsisting glitches as this theme is brand new. So feel free to use the [issue tracker](//gitlab.com/maxlefou/hugo.386/issues) to let me know. Or make directly a [merge request](//gitlab.com/maxlefou/hugo.386/pulls).
## License
This theme is released under the Apache License 2.0 For more information read the [License](//github.com/digitalcraftsman/hugo-freelancer-theme/blob/master/LICENSE).
## Annotations
Thanks to [Steve Francia](//github.com/spf13) for creating Hugo and the awesome community around the project. Many thanks to [Kristopolous](//github.com/kristopolous) as well for the BOOTSRTA.386 theme, even if it's a bit outdated today. (and i'm not speaking of the retro look)