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.enabledto true to enable the blur effects.
- Open about:config in Firefox browser;
- Search the option
layout.css.backdrop-filter.enabledand 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/OriginStartCopy the contents in the exampleSite directory into your site root directory, and then:
To preview:
$ hugo serverThen open http://localhost:1313 in your browser to preview the site.
To build:
$ hugo
# or
$ hugo --minifyIt 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.jsinstatic/js/directory,- or set the
activatedproperty ofAlertofcustomJSto false, or delete this item.
Thanks to the following projects (unordered):
This project is licensed under MIT.