Skip to content

dobladov/Hexoblado

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexoblado

A dark theme for the Hexo blog framework.

Screenshots

image Screen Shot 2019-12-25 at 21 49 47-fullpage

Installation

Download the theme, and copy the Hexoblado folder inside your theme's folder.

cd <blog-folder>
git clone https://github.com/dobladov/Hexoblado.git themes/hexoblado

Add the theme in the _config.yml file.

theme: hexoblado

Features

  • Rss
  • Custom Menu
  • Social Icons
  • Social Share
  • Configurable Logo and Favicon
  • Responsive design
  • Multiple lang
    • Es
    • En

Configuration

RSS

cd <blog-folder>
npm install hexo-generator-feed

Add this to your blog _config.yml

feed:
  type: atom
  path: atom.xml
  limit: 20
  hub:

Favicon

Change the value of favicon:

favicon: "img/favicon.png"

Menu Items

Add new items into the theme _config.yml

menu:
  Home: index.html
  About: about/
  Projects: projects/
  "<i class='fa fa-archive'></i>": archives/
  "<i class='fa fa-rss'></i>": atom.xml

Social Icons

Add new items into the theme _config.yml with the name of the Font Awesome icon name.

social:
  twitter: "https://twitter.com/dobladov"
  github: "https://github.com/dobladov"
  pinterest-p:
  facebook:
  google-plus:
  youtube:
  instagram:
  linkedin:
  tumblr:

Footer text

Change the value of footerText: on the theme _config.yml

Google Analytics

Add your google Analytics to googleAnalytics: in _config.yml

ToDo

  • Open Data
  • Fancybox Gallery

About

A dark theme for the Hexo blog framework. Try the Demo --->

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published