Giter Site home page Giter Site logo

nice-blog's Introduction

Nice-Blog theme

Nice and simple pelican theme

Screenshot

Theme screenshot Theme screenshot

Blogs Using Nice-Blog

https://4s3ti.net

Extras

Pages can have subtitles, just add:

Subtitle: Put your subtitle here

Articles can have one cover image, just add:

Image: image_name.extension

Image must be on /content/images

Article image gallery:

gallery:<galleryname>

Images must be on ./content/images/gallery/<galleryname>

Settings

This settings must be on pelicanconf.py

Change theme color:

THEME_COLOR = 'blue'

Available colors is on ./static/css/colors

Menu left side Logo:

LOGO = 'logo.extension'

If No logo specified, Blog title will be used instead.

Logo must be inside ./content/images

Favicon

The favicon should be 16x16 and should be on /content/images

FAVICON = 'ICONFILE.ico'

To select what to show on sidebar:

SIDEBAR_DISPLAY = ['about', 'categories', 'tags', 'extra']

The text in sidebar About:

SIDEBAR_ABOUT = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sequi quae hic dicta eius ad quam eligendi minima praesentium voluptatum? Quidem quaerat eaque libero velit impedit dicta, repudiandae sapiente. Deserunt, excepturi."

Extra Side bar content

#What to show in extra content title
EXTRA_TITLE = 'Useful Links'

#Adds text
EXTRA_CONTENT = 'Test extra content'

#Sows a list of links
EXTRA_LINKS = (('Bot Comands', 'https://4s3ti.net/4gentsm1th-commands.html'),
                ('Link Shortner', 'https://s.4s3ti.net'),
                ('Pastebin', 'https://paste.4s3ti.net'),)

Copyright text:

COPYRIGHT = "Text Here "

To enable gallery plugin support:

PLUGINS_PATHS = ['PluginsRelativePath', 'or/absolute/path/to/plugins/dir']
PLUGINS = ['gallery']
GALLERY_PATH = 'images/gallery/'

Analytics

Any analytics script should be supported.

create file containing the script provided by your analytics platform.

OBS File should be at the same level as your pelicanconf.py file

website
  |
  --content/
  --pelicanconf.py
  --analytics_script

Add the following to your pelicanconf File

analytics = open("analytics_script", "r")
ANALYTICS_CODE = analytics.read()

OBS: Make sure that open("analytics_script") matches your file name

Did you like nice-blog? do you use it on your pelican blog?

let us know or just add it to README.MD and make a pull request

Want to help out and contribute?

make a pull request, open an issue, let others know about this project ... there are plenty of ways to contribute, if you want to, just do it!

nice-blog's People

Contributors

coolapso avatar guilherme-toti avatar pietromarchesi avatar sanjayankur31 avatar trevor-hook avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nice-blog's Issues

Let me ask you two questions, please

Nice-blog is a beautiful theme, I tested it on my server, I like it very much.

However, I found that there are two places that can be done better, but because I do not know how to modify the code, so I come here to ask for some help.

  1. I added SIDEBAR_DISPLAY = ['categories'] in pelicanconf.py, and I added a category called Pelican Blog , it done well on the page on my computer, but on my phone, the Pelican Blog did not show. This situation also exists on https://blog.colacoweb.net

  2. If my article added a picture, on the mobile phone, the picture did not automatically fit the screen size. When I input image in the .md file

These two are the problems I've had, and hopefully the kind-hearted people can show me how to fix them, and I really like the theme.

Thank you very much.

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.