All Projects → digitalcraftsman → hugo-minimalist-theme

digitalcraftsman / hugo-minimalist-theme

Licence: Apache-2.0 license
Port of Raphael Riegger's Minimalistic Ghost theme to Hugo.

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hugo-minimalist-theme

influencer-hugo
Influencer is a Hugo theme for book authors and writers. It has also Snipcart supports for order books and payments.
Stars: ✭ 66 (+164%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
navigator-hugo
Navigator Business theme powered by Hugo. It also could be used for a personal portfolio.
Stars: ✭ 133 (+432%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
Hugo Coder
A minimalist blog theme for hugo.
Stars: ✭ 1,374 (+5396%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
twenty-twenty-hugo
Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.
Stars: ✭ 48 (+92%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
persian-hugo
Persian is a box design personal blog theme based on Bootstrap and powered by Hugo. It is very responsive and perfectly fits on any sized screen device.
Stars: ✭ 32 (+28%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
Stars: ✭ 58 (+132%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
Hugo Steam Theme
Port of Tommaso Barbato's Ghost theme Steam to Hugo
Stars: ✭ 69 (+176%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
hugo-travelify-theme
Port of Aigars Silkalns's Wordpress theme Travelify to Hugo. Demo -
Stars: ✭ 34 (+36%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (+136%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (+668%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
Hugothemes
A curated directory of Hugo themes
Stars: ✭ 1,571 (+6184%)
Mutual labels:  static-site-generator, hugo-theme, hugo
Harbor
Simple and minimal personal blog theme.
Stars: ✭ 120 (+380%)
Mutual labels:  static-site-generator, hugo-theme, hugo
Hugo theme pickles
Modern, Simple and beautiful Hugo theme
Stars: ✭ 168 (+572%)
Mutual labels:  static-site-generator, hugo-theme, hugo
Hugo Theme Basic
Basic site theme styled with minimal tachyons, syntax highlighting, and blog series configuration. 📦
Stars: ✭ 89 (+256%)
Mutual labels:  static-site-generator, hugo-theme, hugo
Hugo Agency Theme
Port of Startbootstrap's Agency theme to Hugo
Stars: ✭ 155 (+520%)
Mutual labels:  static-site-generator, hugo-theme, hugo
restaurant-hugo
The restaurant is a creative and responsive restaurant website theme in Hugo environment. It is very well decorated theme which will make your website building easier.
Stars: ✭ 50 (+100%)
Mutual labels:  hugo-theme, hugo, blog-theme
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+560%)
Mutual labels:  hugo-theme, hugo, blog-theme
Hugo Theme Bootie Docs
A simple Hugo theme for documentation
Stars: ✭ 45 (+80%)
Mutual labels:  static-site-generator, hugo-theme, hugo
hugo-artists-theme
Port of Travis Neilson's (DevTips) awesome Artists Theme to Hugo
Stars: ✭ 57 (+128%)
Mutual labels:  hugo-theme, hugo, blog-theme
timer-hugo
Timer is a personal portfolio theme powered by Hugo. It also can be use as a landing page theme.
Stars: ✭ 123 (+392%)
Mutual labels:  static-site-generator, hugo-theme, hugo

Minimalist

Minimalist is a responsive theme with a focus on blogging based on the Minimalistic Ghost theme made by Raphael Riegger.

Noteworthy features of this Hugo theme are the integration of a comment-system powered by Disqus, easy localization (l10n), support for RSS feeds, syntax highlighting for source code and sharing options in the blog posts.

Please note that this theme is no longer maintained.

Preview & Installation

Preview

The theme ships with an exampleSite folder that acts as a demo setup. cd into this folder an start the Hugo:

git clone https://github.com/digitalcraftsman/hugo-minimalist-theme.git
cd hugo-minimalist-theme/exampleSite
hugo server

Now enter localhost:1313 in the address bar of your browser.

Installation

If you want to use this theme for an actual website create a new Hugo project and clone the theme:

cd themes
git clone https://github.com/digitalcraftsman/hugo-minimalist-theme.git

Note: make sure to remove themesDir = "../.." from the top of your config file if you copied it from exampleSite/config.toml. Otherwise, Hugo will be unable to find the theme.

For more information read the official setup guide of Hugo.

The Config File

Take a look inside the exampleSite folder of this theme. You'll find a file called config.toml.

To use it, copy the config.toml to the root folder of your Hugo site. Play around with the settings to tweak your site as you like.

Localization (l10n)

Localization allows you to easily translate all strings in our website. Within exampleSite/data you'll find a file called l10n.toml. If you're not blogging in English replace all strings with their equivalents of your preferred language.

Contributing

Did you find a bug or have an idea for a new feature? Feel free to use the issue tracker to let me know. Or create a pull request. Please create a seperate branch for your pull request.

License

This theme is released under the Apache License 2.0. For more information read the License.

Acknowledgements

Thanks to

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].