All Projects → yursan9 → manis-hugo-theme

yursan9 / manis-hugo-theme

Licence: MIT License
Sweet little Hugo's theme for personal website

Programming Languages

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

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

hugo-sugoi
Hugo-Sugoi - An Ultra Minimal Hugo Theme based on Skeleton
Stars: ✭ 29 (-66.67%)
Mutual labels:  hugo-theme
Blogpaper
A graphical newspaper like blog theme for Hugo.
Stars: ✭ 18 (-79.31%)
Mutual labels:  hugo-theme
simple-a
Minimalistic Hugo theme
Stars: ✭ 52 (-40.23%)
Mutual labels:  hugo-theme
hugo-theme-docport
docport.netlify.app/
Stars: ✭ 42 (-51.72%)
Mutual labels:  hugo-theme
forty
Forty theme - Hugo theme ported from HTML5UP origrinal theme called Forty.
Stars: ✭ 116 (+33.33%)
Mutual labels:  hugo-theme
hugo-tufte
Content centric Hugo blogging theme styled with Tufte-Css
Stars: ✭ 58 (-33.33%)
Mutual labels:  hugo-theme
showfolio-hugo-theme
Modern portfolio theme for your Hugo site
Stars: ✭ 56 (-35.63%)
Mutual labels:  hugo-theme
Binario
Responsive card-based & code-light Hugo theme
Stars: ✭ 79 (-9.2%)
Mutual labels:  hugo-theme
rules hugo
Bazel build rules for hugo static website generator
Stars: ✭ 41 (-52.87%)
Mutual labels:  hugo-theme
hugo-dream-plus
🌈 An upgraded version of the Hugo "Dream" theme with tons of new features.
Stars: ✭ 67 (-22.99%)
Mutual labels:  hugo-theme
hugo-identity-theme
Little profile/card-style template for Hugo. Based on Identity by HTML5 UP.
Stars: ✭ 87 (+0%)
Mutual labels:  hugo-theme
hugo-theme-iris
Hugo IRIS Theme - Portfolio and Blog
Stars: ✭ 49 (-43.68%)
Mutual labels:  hugo-theme
hugo-theme-crisp
A minimalist, responsive, and open-source theme for Hugo ported from Ghost.
Stars: ✭ 35 (-59.77%)
Mutual labels:  hugo-theme
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 (-49.43%)
Mutual labels:  hugo-theme
vanilla-bootstrap-hugo-theme
A vanilla Bootstrap theme for Hugo
Stars: ✭ 63 (-27.59%)
Mutual labels:  hugo-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 (-24.14%)
Mutual labels:  hugo-theme
hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
Stars: ✭ 58 (-33.33%)
Mutual labels:  hugo-theme
hugo-geekdoc
Hugo theme made for documentation
Stars: ✭ 284 (+226.44%)
Mutual labels:  hugo-theme
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (-32.18%)
Mutual labels:  hugo-theme
hugo-travelify-theme
Port of Aigars Silkalns's Wordpress theme Travelify to Hugo. Demo -
Stars: ✭ 34 (-60.92%)
Mutual labels:  hugo-theme

Manis Hugo Theme

It's a minimalist and responsive theme for Hugo Static Site Generator. It's name taken from Indonesian Language for Sweet.

Manis' Mockup Device

Table of Contents

Features

Like I said, it's really minimal. Its doesn't even have grid or anything nice like that.

  • Configurable color!
  • Code Highlighting (HighlightJS).
  • Print.css (for single post only)
  • Responsive.
  • Social Icon Links.
  • No Grid no worry.
  • Disqus Support.
  • Utterances Support.
  • Translatable.
  • Dark Mode Support.

Manis' Homepage view

Get Started

If this is your first time using Hugo, and you want to use this theme. Follow the instruction below:

mkdir name_of_web
cd name_of_web
git clone https://github.com/yursan9/manis-hugo-theme themes/manis
cp themes/manis/exampleSite/config.toml config.toml
hugo new blog/hello.md

Edit the config.toml according to your preference. Then edit content/blog/hello.md to start writing your first post. (Look at the exampleSite/content for example.)

Theme Only

To only install Manis, you can clone this repository. The following command will clone Manis in your site's base directory.

cd path/to/site/dir
git clone https://github.com/yursan9/manis-hugo-theme themes/manis

Ensure you have blog and work sections to make this theme works.

content/
├── blog
│   └── _index.md
└── work
    └── _index.md

Configuration

For configuration example you can look at the exampleSite/config.toml (and copy that too!). I put some commentary to, hopefully, guide you at using this theme.

Change Latest Section

You can edit which sections show up as latest posts and latest works by editing mainSections and workSections. workSections is optional.

# Configure which sections for Latest Posts
mainSections = ["blog", "post"]
# Configure which sections for Latest Works
workSections = ["work"]

Custom CSS

If you want to make a change for this theme, other than forking, you can also supplied custom CSS. Maybe you want to change the font or size of image or icon, then custom CSS is your pal.

First, edit your config.toml, add the custom CSS filenames to custom CSS. You can supplied more than one custom CSS. Just be aware of the CSS load order.

[params]
    customCSS = ["/css/icon.css"]

Then, make a new static/css/icon.css file. After that you can write your custom CSS to that file:

.icon-social {
    width: 2rem;
    height: 2rem;
} 

If you follow the above instruction, you will change the size of icon on footer without forking the theme.

Disqus Configuration

To add Disqus support, edit your site config.toml. Add your discus' shortname to disqusShortname and add list of sections that you want to support disqus to params.disqusSections:

disqusShortname = "your-disqus-shortname"

[params]
    disqusSections = ["blog"]

Making Own Navigation Bar

Top navigation bar in Manis is made by configuring the navigation bar in config.toml with the following code:

[menu]
    [[menu.main]]
        name = "Blog"
        url = "/post/"

    [[menu.main]]
        name = "About"
        url = "/about"

Other Language

Manis already translated to Bahasa Indonesia. But, if you want to translate this theme to your own language, look for the example in i18n/en.yaml and i18n/in.yaml.

And then you edit the site's config.toml like this.

defaultContentLanguage = "en"
[languages.{Your Language Code}]
    lang = "{Your Language Code}"
    languageName = "{Your Language Name. example; Bahasa Indonesia or Japanese}"
    weight = 1

Development

If you found bug, or anything that itch you. Tell me! or maybe make PR.

License

Manis is licensed under the MIT License. Check the LICENSE file for details.

“Moon Icon” and “Sun Icon” by Font Awesome are licensed under CC BY 4.0.

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