Skip to content

A clean simple and focus on reading theme for WordPress

License

Notifications You must be signed in to change notification settings

Frankcf123/Sirius

 
 

Repository files navigation

#Sirius

###A clean simple and focus on reading theme for WordPress

Sirius is a clean, simple and focus on reading theme for WordPress, based on HTML5 and Font Awesome. Created and maintained by Vtrois. Stay up to date with the latest release and announcements on Bulletin Board.

Sirius Theme Demo

##Structure

Within the download you'll find the following directories and files. You'll see something like this:

Sirius/
├── css/
│   └── font-awesome.css
├── js/
│   ├── jquery.min.js
│   ├── jquery.scrolly.min.js
│   ├── sirius.js
│   ├── skel.min.js
│   └── util.js
├── fonts/
│   ├── FontAwesome.otf
│   ├── fontawesome-webfont.eot
│   ├── fontawesome-webfont.svg
│   ├── fontawesome-webfont.ttf
│   ├── fontawesome-webfont.woff
│   └── fontawesome-webfont.woff2
├── images/
│   ├── smilies(has some emoji pic)
│   ├── avatar.png
│   ├── default.jpg 
│   └── licenses.png
├── inc/
│   ├── theme-options
│   │   ├── css
│   │   │   └── optionsframework.css
│   │   ├── images
│   │   │   └── ico-delete.png
│   │   ├── theme-options
│   │   │   └── ico-delete.png
│   │   ├── includes
│   │   │   ├── class-options-framework.php
│   │   │   ├── class-options-framework-admin.php
│   │   │   ├── class-options-interface.php
│   │   │   ├── class-options-media-uploader.php
│   │   │   └── class-options-sanitization.php
│   │   ├── js
│   │   │   ├── media-uploader.js
│   │   │   └── options-custom.js
│   │   └── options-framework.php
│   └── version.php
├── 404.php
├── style.css
├── index.php
├── header.php
├── footer.php
├── comments.php
├── content.php
├── options.php
├── sidebar.php
├── single.php
├── smiley.php
├── page.php
├── page-notitle.php
├── functions.php
└── screenshot.png

Changelog

  • v1.0 - Initialize the project and say Good Morning to everyone!

##License

About

A clean simple and focus on reading theme for WordPress

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 60.3%
  • CSS 36.3%
  • JavaScript 3.4%