All Projects → pacollins → Hugo Future Imperfect Slim

pacollins / Hugo Future Imperfect Slim

Licence: other
Multilingual Blogging Theme for Hugo | Check the Wiki for Documentation

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hugo Future Imperfect Slim

Hugo Ink
Crisp, minimal personal website and blog theme for Hugo
Stars: ✭ 209 (-10.3%)
Mutual labels:  hugo, hugo-theme
Bilberry Hugo Theme
Premium theme for the hugo site builder. DEMO:
Stars: ✭ 205 (-12.02%)
Mutual labels:  hugo, hugo-theme
Allinone
All in one Hugo theme
Stars: ✭ 155 (-33.48%)
Mutual labels:  hugo, hugo-theme
Keepit
The most powerful minimal Hugo theme.
Stars: ✭ 151 (-35.19%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Pure
A pure theme for Hugo
Stars: ✭ 198 (-15.02%)
Mutual labels:  hugo, hugo-theme
Hugo Best Practices
Best practices and ideas for Hugo the open-source static site generator.
Stars: ✭ 153 (-34.33%)
Mutual labels:  hugo, hugo-theme
Hugo Sustain
🦁 Personal blog theme built with Bootstrap, powered by Hugo.
Stars: ✭ 165 (-29.18%)
Mutual labels:  hugo, hugo-theme
Aether
A responsive and clean Hugo theme for blogs
Stars: ✭ 136 (-41.63%)
Mutual labels:  hugo, hugo-theme
Hugo Orbit Theme
Great looking resume/CV theme designed for developers.
Stars: ✭ 217 (-6.87%)
Mutual labels:  hugo, hugo-theme
Hugo Serif Theme
Serif is a modern business theme for Hugo.
Stars: ✭ 168 (-27.9%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Fuji
A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。
Stars: ✭ 145 (-37.77%)
Mutual labels:  hugo, hugo-theme
Hugo Clarity
A theme for Hugo based on VMware Clarity
Stars: ✭ 189 (-18.88%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Console
A minimal, responsive and light theme for Hugo inspired by Linux console.
Stars: ✭ 143 (-38.63%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Bleak
Bleak Ghost theme ported to Hugo
Stars: ✭ 153 (-34.33%)
Mutual labels:  hugo, hugo-theme
Hugrid
Hugrid (Hugo+grid) is a simple grid theme for Hugo. It's a kind of boilerplate to perform anyone or anything quickly. Portfolio, collection, bookmarks, contacts and so on.
Stars: ✭ 136 (-41.63%)
Mutual labels:  hugo, hugo-theme
Hugo Agency Theme
Port of Startbootstrap's Agency theme to Hugo
Stars: ✭ 155 (-33.48%)
Mutual labels:  hugo, hugo-theme
Blank
Starter Hugo theme for use as a template for building custom themes
Stars: ✭ 129 (-44.64%)
Mutual labels:  hugo, hugo-theme
Hugo Casper Two
Port of Casper 2.x to Hugo
Stars: ✭ 135 (-42.06%)
Mutual labels:  hugo, hugo-theme
Hugo theme pickles
Modern, Simple and beautiful Hugo theme
Stars: ✭ 168 (-27.9%)
Mutual labels:  hugo, hugo-theme
Gohugo Amp
⚡ AMP starter theme for gohugo https://gohugo-amp.gohugohq.com
Stars: ✭ 207 (-11.16%)
Mutual labels:  hugo, hugo-theme

Hugo Future Imperfect Slim

Hugo Future Imperfect Slim is a theme based on jpescador's port of HTML5 UP's theme by the same name. The goal of this theme is to continue the development of the original theme. This version takes that port and modernizes it with CSS Grid and Modern Hugo functions.

Check out the live demo on the Hugo Theme Showcase.

Hugo Future Imperfect Screenshot

Table of Contents

Getting Started

Depending on how you plan to utilize the theme, there are two different ways we recommend getting started.

Non-Development

If your goal is to simply use the theme on your site even if you plan to customize the theme, and not make pull requests to this repository, you should add the theme as a submodule to your project.

After you have extracted the files from the exampleSite directory, do the following from within the root directory of your site:

mkdir themes     // Creates a "themes" Folder
cd themes        // Points to the "themes" Folder
git submodule add https://github.com/pacollins/hugo-future-imperfect-slim.git

All of the theme files will be accessible from themes/hugo-future-imperfect-slim from within your project folder.

If you wish to customize any of the files in the theme for your personal use, simply create a duplicate file at the project-level instead of the theme level. This is function that is innate to Hugo based on Hugo's lookup order

For example, if you wanted to change the About Me Page Template (<my-project>/themes/layouts/_default/about.html). You would create a new file at <my-project>/layouts/_default/about.html based on the theme file, but including your modifications

This is the proper way to adjust files for personal use in a way that does not make your site incompatible with the theme.

When you are ready to update your site to the current version of the theme, do the following:

git submodule update --remote --merge

Development

If you plan on assisting with developing the theme, you will want to have your own copy that is not a submodule. To do this, navigate to where you want to place it and do the following:

git clone https://github.com/pacollins/hugo-future-imperfect-slim.git

exampleSite

Within the hugo-future-imperfect-slim folder, there will be another folder called exampleSite. This folder defines the theme's typical site structure, which looks like this:

exampleSite
├── content
│   ├── about
│   │   ├── index.fr.md
│   │   ├── index.md
│   │   ├── index.pl.md
│   │   └── index.pt.md
│   ├── blog
|   |   ├── _index.md
│   │   ├── emoji-support.fr.md
│   │   ├── emoji-support.md
│   │   ├── markdown-syntax.fr.md
│   │   ├── markdown-syntax.md
│   │   ├── placeholder-text.md
│   │   ├── rich-content.fr.md
│   │   └── rich-content.md
│   └── contact
│       ├── index.fr.md
│       └── index.md
├── data
│   └── comments
│       └── 6354f801456983b22c4b91ce42adfca7
|           ├── 7f97ca70-c476-11e9-999e-498e0902dd73.json
│           └── a69c31b0-c476-11e9-999e-498e0902dd73.json
├── resources
│   └── assets
|       ├── scss
│       |   └── scss
│       │       ├── main.scss_b5a97001882d870cddf46d3bce56b70e.content
│       │       ├── main.scss_b5a97001882d870cddf46d3bce56b70e.json
│       │       ├── main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
│       │       └── main.scss_f300667da4f5b5f84e1a9e0702b2fdde.json
│       └── images
├── static
│   ├── css
│   │   └── add-on.css
│   ├── img
│   │   ├── 2014
│   │   │   ├── 04
│   │   │   │   ├── pic01.jpg
│   │   │   │   └── pic02.jpg
│   │   │   └── 09
│   │   │       └── pic03.jpg
│   │   ├── 2017
│   │   │   └── 08
│   │   │       └── pic04.jpg
│   │   └── main
│   │       └── logo.jpg
│   └── js
│       └── add-on.js
└── config.toml
└── staticman.yml

config.toml

To get started, you will want to copy exampleSite/config.toml to the root directory of your project.

For details on the config.toml, please refer to the wiki page

Staticman

If you would like static comments powered by Staticman, you will also need to copy exampleSite/staticman.yml to the root directory of your project.

For details on the Staticman, please refer to the wiki page

Custom JavaScript and CSS

You can adapt this theme according to your preferences using your own JS or CSS code. To do this, you can either edit the exampleSite/static/css/add-on.css or exampleSite/static/js/add-on.js files, or you can load your own files by adding them to the cssFiles and jsFiles parameters in config.toml.

Hugo's Built-In Server

To see a live version of your site locally, use the following command:

hugo server

Hugo will build your site and host a server locally. You can view this live at localhost:1313.

Shortcodes

For details on the shortcodes beyond the native Hugo shortcodes, please refer to the wiki page.

About the Author

Hugo Future Imperfect is a theme by HTML5 UP. Julio Pescador took the code provided from them and ported it over so that it could be used with Hugo. Patrick Collins then took this port, broke it down and restructured it under newer Hugo functions in addition to building it mobile-first utilizing CSS Grid. This also allowed for the slimming of the CSS and JS files originally included to strip those features not used in the site (hence the name, slim). During the this time, StatnMap worked on overhauling the majority of the theme to include Multilingual functionality - which is included here.

Since the original development had become stale and the redesign is not directly compatible with previous versions of the original Hugo Future Imperfect, it is now in its own repo to help aid in development and prevent confusion.

Please also refer to the project contributors list for everyone that has directly contributed to this version of the theme.

License

This theme is released under the Creative Commons Attribution 3.0 License. "Future Imperfect" is a theme by HTML5 UP licensed under the same terms. Please read the license for more information.

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