Giter Site home page Giter Site logo

hugo-theme-sarah's Introduction

hugo-theme-sarah

Sarah theme for Hugo static site generator

Screenshots

Home

Screenshot

Projects

Projects

Blog

Latest Posts

Blog - Latest Posts

Blogpost

Blog - Blogpost

Installation

Inside the folder of your Hugo site run:

mkdir themes
cd themes
git clone https://github.com/avelino/hugo-theme-sarah.git

For more information read the official setup guide of Hugo.

config.toml

Nodes

[params]

key description
author Author name
keywords Keywords list
avatar Author picture
dateform Date format (read more)
lang Language that the main content will be written
footertext Text at the end of the page (All rights reserved)
googleAnalytics Google Analytics ID
about Author text, show on homepage

[params.social]

key description
linkedin Account name
twitter Account name
github Account name
googleplus Account name
facebook Account name

[[params.info]]

key description
label Label
value Valeu
link Hyperlink

[[params.projects]]

key description
name Project name
desc Project description
img Image path (starting static/)
link Hyperlink

Example

Show example in exampleSite

baseURL = "http://avelino.xxx/"
languageCode = "en-us"
title = "Avelino"
theme = "sarah"

[permalinks]
fixed = ":title/"
blog  = ":slug"

[params]
author = "Avelino"
keywords = ["Golang (Gopher)", "Neural Network", "Artificial Intelligence"]
avatar = "img/black-250.png"
dateform = "Jan 2, 2006"
lang = "en"
footertext = "written by avelino"
googleAnalytics = "UA-3063031-15"
about = """
I’m a currently a Chief Technology Officer (and founder) at [Nuveo](https://nuveo.ai/) (**Artificial Intelligence** within reach) and mathematician formed at [IME-USP](https://www.ime.usp.br/).

Work day-to-day with **artificial intelligence, neural network and computer vision**. With the need to process large dataset its focus of research and development include **distributed systems, competition, Lisp, Golang and Python**.
"""

[params.social]
linkedin      = "avelino0"
twitter       = "avelino0"
github        = "avelino"

[[params.info]]
label = "Address"
value = "Brazil, São Paulo, SP"

[[params.projects]]
name = "Vim Bootstrap"
desc = "A generator which provides a simple method of generating a .vimrc configuration for vim"
img = "img/vimbootstrap.png"
link = "https://vim-bootstrap.com/"

[[params.projects]]
name = "Awesome Go"
desc = "A curated list of awesome Go frameworks, libraries and software"
img = "img/awesomego.png"
link = "https://awesome-go.com/"

Contribute

Build SCSS

npm install .
gulp build

hugo-theme-sarah's People

Contributors

avelino avatar

Watchers

 avatar

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.