Skip to content

iameo/atyna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atyna

A Pelican theme

Features

  • Responsive design(both on Desktop and Mobile)
  • Jupyter notebook optimized.
  • Scalable(and responsive) images optimized.
  • Reading progress for articles.
  • Share buttons (facebook, twiiter and Google plus)
  • Google Analytics and GAUGES.
  • Code Highlight Styles (github, monokai and darkly)
  • Author information for articles and Author page.
  • Disqus support
  • Last Read (via plugin) [soon to be implemented]

THEME CONFIGURATIONS

Add theme:

THEME = '/path/to/atyna'

Basic Site settings

AUTHOR = 'John Doe' SITENAME = 'Johns Blog' SITESUBTITLE = 'How I see the tech world'

CODE Color schemes.

Set this in pelicanconf.py:

  • COLOR_SCHEME_CSS = 'github.css'

Other color schemes available: monokai.css and darkly.css

CSS override

If you have a (self) personalized css file and would like to have that running, here's how to:

Set this in pelicanconf.py:

  • CSS_OVERRIDE = ['css/mystyle.css']

JS Override

Set this in pelicanconf.py:

  • JS_OVERRIDE = ['']

Cover image for Author's Page. [Relative path or an Image off the web]

Set this in pelicanconf.py:

  "yourName": {
  "cover": "~/images/yourName-cover.png"
  }
}

Author Bio

Set this in pelicanconf.py:

  "Emmanuel": {
    "name": "Emmanuel",
    "cover": "https://iameo.github.io/downloads/images/avatar.png",
    "image": "https://iameo.github.io/downloads/images/avatar.png",
    "website": "https://iameo.github.io",
    "location": "Nigeria",
    "bio": "Write something nice about yourself or what you do (200 words MAX)"
  }
}

Web Analytics

Set this in pelicanconf.py:

  • GOOGLE_ANALYTICS = "UA-XXXXX-X"
  • GAUGES = "XXXXXXXX"

Social URLS

Set this in pelicanconf.py:

SOCIAL = (('twitter', 'https://twitter.com/myprofile'),
          ('github', 'https://github.com/myprofile'),
          ('facebook','https://facebook.com/myprofile'),
          ('flickr','https://www.flickr.com/myprofile/'),
          ('envelope','mailto:[email protected]'))

Header Color (This is used in place of blank Author cover image. HEX color codes allowed)

Set this in pelicanconf.py

  • HEADER_COLOR = 'black'

External feed URL

Add an external feed URL (e.g FeedBurner) in SOCIAL using the rss or rss-square or feed icons. A tag for the external feed will be placed in instead of the default Pelican feeds.

Sidebar Menu

Pages will be displayed here. Create your page(s) under the content/pages/ directory.

Detailed explanation here: Pelican Doc on pages

SCREENSHOTS: atyna home atyna article 1 atyna article 2

ACKNOWLEDGEMENT/CREDIT

  • GHOST attila - Got my inspiration from here.
  • PELICAN attila - Arulrajnet made a pelican port, which served as a helper template for me.
  • My Sister, Augustina. Her name is the reason why the theme is called atyna.

Copyright & License

MIT LICENSED

About

A Pelican theme. See it in action here:

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published