A journey of a thousand miles begins with one step.
OriginStart is a responsive theme for Hugo which is forked and modified from freshstart. OriginStart provides you a clean and easy-to-use start page for your Internet experience.
GitHub | Gitee
For using blur theme on Firefox: if you are using Firefox, your need to configure
layout.css.backdrop-filter.enabled
to true to enable the blur effects.
- Open about:config in Firefox browser;
- Search the option
layout.css.backdrop-filter.enabled
and set it totrue
;- Reload your site.
useBlur: false
useBlur: true
Inside your Hugo site directory run:
$ git submodule add https://github.com/SylleoYr/hugo-theme-OriginStart themes/OriginStart
Copy the contents in the exampleSite
directory into your site root directory, and then:
To preview:
$ hugo server
Then open http://localhost:1313
in your browser to preview the site.
To build:
$ hugo
# or
$ hugo --minify
It will generate the static files in the public
directory.
See config.yaml
.
Note: the example site is prompted with a message, please disable it in your production environment:
- please delete
alert.js
instatic/js/
directory,- or set the
activated
property ofAlert
ofcustomJS
to false, or delete this item.
Thanks to the following projects (unordered):
This project is licensed under MIT.