Skip to content

konceptosociala/socio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socio

Zola theme for Koncepto Sociala website

Thanks for README template to adidoks

Demo

Live Preview.

Requirements

Before using the theme, you need to install the Zola ≥ 0.17.2.

Quick Start

git clone https://github.com/konceptosociala/socio.git
cd socio
zola serve
# open http://127.0.0.1:1111/ in the browser

Installation

Just earlier we showed you how to run the theme directly. Now we start to install the theme in an existing site step by step.

Step 1: Create a new zola site

zola init mysite

Step 2: Install Socio

Download this theme to your themes directory:

cd mysite/themes
git clone https://github.com/konceptosociala/socio.git

Or install as a submodule:

cd mysite
git init  # if your project is a git repository already, ignore this command
git submodule add https://github.com/konceptosociala/socio.git themes/socio

Step 3: Configuration

Copy the config.toml from the theme directory to your project's root directory:

cp themes/socio/config.toml config.toml

Then enable the theme in your config.toml in the site directory:

theme = "socio"

For more detailed configuration visit official configuration guide

Step 4: Add new content

You can copy the content from the theme directory to your project:

cp -r themes/socio/content .

You can modify or add new posts in the content/blog or other content directories as needed.

Also you can use builtin shortcodes, that may help you make a good webpage layout faster. Read more here

Step 5: Run the project

Just run zola serve in the root path of the project:

zola serve

Socio will start the Zola development web server accessible by default at http://127.0.0.1:1111. Saved changes will live reload in the browser.

License

Socio is distributed under the terms of the Unlicense license. So it is a public domain and you can use it as you wish.

TODO:

  • Main layout
  • Blog
  • Multilingualism
    • Easy translation
    • Language switcher
  • Comments with utterances
  • Documentation
    • Configuration
    • Shortcodes

About

Zola theme of Koncepto Sociala website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published