Skip to content
Snippets Groups Projects
Select Git revision
  • cc7ea7339d11f1e9fa7155e60711f3e82a9c5c4b
  • test default protected
  • master protected
  • feat/custom-css
  • feat/redesign-improvements-10
  • feat/redesign-improvements-8
  • feat/redesign-fixes-3
  • feat/pirstan-changes
  • feat/separate-import-thread
  • feat/dary-improvements
  • features/add-pdf-page
  • features/add-typed-table
  • features/fix-broken-calendar-categories
  • features/add-embed-to-articles
  • features/create-mastodon-feed-block
  • features/add-custom-numbering-for-candidates
  • features/add-timeline
  • features/create-wordcloud-from-article-page
  • features/create-collapsible-extra-legal-info
  • features/extend-hero-banner
  • features/add-link-to-images
21 results

majak

  • Clone with SSH
  • Clone with HTTPS
  • hugoBasicExample

    This repository offers an example site for Hugo and also it provides the default content for demos hosted on the Hugo Themes Showcase.

    Using

    1. Install Hugo
    2. Clone this repository
    git clone https://github.com/gohugoio/hugoBasicExample.git
    cd hugoBasicExample
    1. Clone the repository you want to test. If you want to test all Hugo Themes then follow the instructions provided here

    2. Run Hugo and select the theme of your choosing

    hugo server -t YOURTHEME
    1. Under /content/ this repository contains the following:
    • A section called /post/ with sample markdown content
    • A headless bundle called homepage that you may want to use for single page applications. You can find instructions about headless bundles over here
    • An about.md that is intended to provide the /about/ page for a theme demo
    1. If you intend to build a theme that does not fit in the content structure provided in this repository, then you are still more than welcome to submit it for review at the Hugo Themes respository