GithubHelp home page GithubHelp logo

mpriess / hugo-swift-theme Goto Github PK

View Code? Open in Web Editor NEW

This project forked from onweru/hugo-swift-theme

0.0 1.0 0.0 2.8 MB

A simple open source theme for publishing with hugo

Home Page: https://neuralvibes.com/

License: Other

HTML 26.50% JavaScript 27.44% CSS 46.06%

hugo-swift-theme's Introduction

Swift Theme

This theme is designed for blogging purposes. Feel free to extend it for other use cases though.

At its core, it's minimalistic; it doesn't rely on monolithic libraries such e.g jquery, bootstrap. Instead, it uses grid css, flexbox & vanilla js to facilitate the features outlined below:

Hugo Swift Theme

Features

Installation

Add this theme as a Git submodule inside your Hugo site folder:

$ git submodule add https://github.com/onweru/hugo-swift-theme.git themes/hugo-swift-theme

Theme hugo sass and hugo-extended version.

Configuration

You can configure the site using as follows:

  1. General Information and Staticman config

    Use the file config.toml.

  2. menu, footer

    See the data files inside the data/ directory.

Follow the exampleSite/.

Staticman Comments

By default, Staticman comments are disabled. If you would like to enable them,

  1. Invite Staticman to your repo to collaborate.

    • GitHub: View the issue eduardoboucas/staticman#243 for procedures to set up Staticman v3.
    • GitLab: Add the GitLab user associated with your Staticman API endpoint (e.g. @staticmanlab) as a "developer" for your project by going to Settings → Members → Invite member.
    • Framagit: Since Framagit is a fork of GitLab, the overall setup is similar to that on GitLab. (Note that the Framagit bot is named as @staticmanlab1.)
  2. Uncomment the [Params.staticman] section and input the parameters inside config.toml like so

    [Params.staticman]
      endpoint = "https://api.staticman.net"
      gitProvider = "github"
      username = "your-username"
      repository = "hugo-swift-theme"
      branch = "master"

    In case of empty endpoint, it will fallback to the official production instance.

    instance endpoint
    official production https://api.staticman.net
    GitLab https://staticman3.herokuapp.com
    Framagit https://staticman-frama.herokuapp.com

    Remark: You may adjust the endpoint to the one that your Staticman bot/GitHub App is associated with.

    For gitProvider, you can choose either github or gitlab. If you're using Framagit, choose gitlab.

  3. Proceed to setup staticman.yml. Note that this YML file has to be at the root of your Git repository. See the exampleSite/ and the Staticman docs for detailed information of each parameter used in this YML file.

    The parameter moderation is for comment moderation, and it defaults to false. If it is switched to true, then Staticman will create a pull/merge request instead of directly committing against the branch.

    If you are working on GitLab and you have set moderation: false, depending on your branch, you might need the following steps.

    • protected branch (e.g. master): Go to Settings → Repository → Protected Branches and permit the GitLab bot to push against that branch.
    • unprotected branch (GitHub's default): no measures needed

Optional: It is suggested to enable reCAPTCHA to avoid massive spam comments. You may refer to _config.yml for detailed instructions.

Optional: You may want to configure a webhook to prevent old inactive branches (representing approved comments) from stacking up. You can refer to Staticman's documentation for details. Make sure to input the Payload URL according to your chosen endpoint. For example, the default endpoint is https://staticman3.herokuapp.com, so the corresponding Payload URL should be https://staticman3.herokuapp.com/v1/webhook.

ℹ️ This Binary Mist article could also be quite helpful :)

ℹ️ By default, this theme uses the official production instance at v3 instead of v2 due to a requests' quota issue reported in issue eduardoboucas/staticman#222.

⚠️ Since Staticman is an evolving project, things might work differently than they do at the moment of this writing.

Deeplinks

For all content published using markdown, deeplinks will be added to the pages so that you can share with precision 😃 Just hover on a heading and the link button will pop. Click it to copy.

Dark Mode

Today most operating systems & browsers support dark mode. Like twitter, which automatically turns into dark mode when the user chooses darkmode, this theme does the same thing.

Dark Mode

License

The code is available under the MIT license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.