All Projects → wayjam → hugo-theme-mixedpaper

wayjam / hugo-theme-mixedpaper

Licence: MIT License
A Hugo theme

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-theme-mixedpaper

geeky-hugo
Geeky is a Personal Hugo blog theme focused on high speed. Geeky is fully responsive, Superfast, and powered by Bootstrap v5.
Stars: ✭ 44 (+158.82%)
Mutual labels:  hugo-theme, hugo, static-site, hugo-blog
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+870.59%)
Mutual labels:  hugo-theme, hugo, static-site, hugo-blog
hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
Stars: ✭ 58 (+241.18%)
Mutual labels:  hugo-theme, hugo, static-site
twenty-twenty-hugo
Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.
Stars: ✭ 48 (+182.35%)
Mutual labels:  hugo-theme, hugo, hugo-blog
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (+1029.41%)
Mutual labels:  hugo-theme, hugo, hugo-blog
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 (+194.12%)
Mutual labels:  hugo-theme, hugo, hugo-blog
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (+294.12%)
Mutual labels:  hugo-theme, hugo, hugo-blog
hugo-lime
Hugo Lime is a business theme for GoHugo by https://uicard.io
Stars: ✭ 31 (+82.35%)
Mutual labels:  hugo-theme, hugo, gohugo
tomanistor.com
Personal portfolio website and blog created with Hugo
Stars: ✭ 14 (-17.65%)
Mutual labels:  hugo-theme, hugo, hugo-blog
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (+247.06%)
Mutual labels:  hugo-theme, hugo, hugo-blog
hugo-theme-texify
A minimal, latex-style hugo theme for personal blogging
Stars: ✭ 91 (+435.29%)
Mutual labels:  hugo-theme, hugo, hugo-blog
Hugo Theme Noteworthy
A minimalist Hugo theme for writers and bloggers
Stars: ✭ 119 (+600%)
Mutual labels:  hugo-theme, hugo, static-site
Hugo Theme Basic
Basic site theme styled with minimal tachyons, syntax highlighting, and blog series configuration. 📦
Stars: ✭ 89 (+423.53%)
Mutual labels:  hugo-theme, hugo, static-site
Kiss
Stupidly simple Hugo blogging theme
Stars: ✭ 260 (+1429.41%)
Mutual labels:  hugo-theme, hugo, static-site
navigator-hugo
Navigator Business theme powered by Hugo. It also could be used for a personal portfolio.
Stars: ✭ 133 (+682.35%)
Mutual labels:  hugo-theme, hugo, hugo-blog
hugo-shortcodes-netlify-cms
Shortcodes of Hugo for Netlify CMS Text Editor
Stars: ✭ 50 (+194.12%)
Mutual labels:  hugo-theme, hugo, hugo-blog
onepress
A simple, clean, and responsive "Hugo - Static Site Generator" theme for bloggers
Stars: ✭ 20 (+17.65%)
Mutual labels:  hugo-theme, hugo, hugo-blog
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 (+88.24%)
Mutual labels:  hugo-theme, hugo, hugo-blog
hugo-theme-massively
Massively theme for Hugo static site generator
Stars: ✭ 113 (+564.71%)
Mutual labels:  hugo-theme, hugo, static-site
hugo-sugoi
Hugo-Sugoi - An Ultra Minimal Hugo Theme based on Skeleton
Stars: ✭ 29 (+70.59%)
Mutual labels:  hugo-theme, hugo, gohugo

Mixedpaper for Hugo

Mixedpaper is a minimalist Hugo theme for writers and bloggers.

You can find screenshot at images/ or a demo on https://themes.gohugo.io/hugo-theme-mixedpaper/.

Feature

  • Clean and minimalist
  • SCSS styling
  • Syntax highlighting
  • Styled Archives
  • Minimal vanilla js

Installation

Navigate to the root directory of your Hugo site and clone this repository.

git submodule add https://github.com/wayjam/hugo-theme-mixedpaper.git themes/mixedpaper

Then, add the theme to the site configuration(config.toml).

Refer to the Hugo docs for more information.

Upgrade

git submodule update --remote --merge

Configuration

Hightlight

To enable theme-defined highlighting style, please set pygmentsUseClasses = true in config.toml

Archives

[[menu.main]]
	name = "Archives"
	identifier = "archives"
	url = "/archives/"

Comments

Supported Disqus and Valine now.

disqusShortname = ""

OR

[params.comment]
appid = "your-appid"
appkey = "your-appkey"
placeholder = "enjoy~"
avatar = "mm"
pageSize = 10.0
visitor = false
recordIP = true
highlight = true
meta = "nick,mail"
requiredFields = "nick,mail"

More

Refer to exampleSite/config.toml for more example.

License

Released under the MIT License.

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