Coder Social home page Coder Social logo

taoo0316 / zola-hallo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from janbaudisch/zola-hallo

0.0 0.0 0.0 1.75 MB

:bust_in_silhouette: A single-page theme to introduce yourself.

Home Page: https://zola-hallo-taoo0316.vercel.app/

License: MIT License

HTML 45.38% SCSS 54.62%

zola-hallo's Introduction

Build Status Demo

Hallo

A single-page theme to introduce yourself.

Zola port of hallo-hugo.

Screenshot

Original

This is a port of the original hallo-hugo theme for Hugo (License).

Installation

The easiest way to install this theme is to either clone it ...

git clone https://github.com/janbaudisch/zola-hallo.git themes/hallo

... or to use it as a submodule.

git submodule add https://github.com/janbaudisch/zola-hallo.git themes/hallo

Either way, you will have to enable the theme in your config.toml.

theme = "hallo"

Introduction

The introduction text is made in content/_index.md.

Options

See config.toml for an example configuration.

Author

The given name will be used for the 'I am ...' text.

Default: Hallo

[extra.author]
name = "Hallo"

Greeting

The string will be used as a greeting.

Default: Hello!

[extra]
greeting = "Hello!"

iam

This variable defines the I am text, which you may want to swap out for another language.

Default: I am

[extra]
iam = "I am"

Links

Links show up below the introduction. They are styled with Font Awesome, you may optionally choose the iconset (default is brands).

[extra]
links = [
    { title = "E-Mail", url = "mailto:[email protected]", iconset = "fas", icon = "envelope" },
    { title = "GitHub", url = "https://github.com", icon = "github" },
    { title = "Twitter", url = "https://twitter.com", icon = "twitter" }
]

Theme

Change the colors used.

[extra.theme]
background = "#6FCDBD"
foreground = "#FFF" # text and portrait border
hover = "#333" # link hover

zola-hallo's People

Contributors

taoo0316 avatar janbaudisch 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.