https://github.com/apachecn-archive/pelican-themes
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.1%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: apachecn-archive
- Language: CSS
- Default Branch: master
- Size: 29.3 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 3 years ago
· Last pushed about 3 years ago
Metadata Files
Readme
README.rst
Pelican Themes ############## This repository contains themes for Pelican. Feel free to clone, add your own theme, and submit a pull request. It's community-managed! A live version can be seen at http://www.pelicanthemes.com. Using Themes ############ These instructions assume you have already read all the `Pelican documentation`_, have a working site, and would now like to apply a non-default theme. .. _Pelican documentation: http://docs.getpelican.com/ First, choose a location to hold your themes. For this example, we'll use the directory ``~/pelican-themes``, but yours could be different. Clone the ``pelican-themes`` repository to that location on your local machine: .. code-block:: sh git clone --recursive https://github.com/getpelican/pelican-themes ~/pelican-themes Now you should have your ``pelican-themes`` repository stored at ``~/pelican-themes/``. To use one of the themes, edit your Pelican settings file to include this line: .. code-block:: python THEME = "/home/user/pelican-themes/theme-name" So, for instance, to use the ``mnmlist`` theme, you would edit your settings file to include: .. code-block:: python THEME = "/home/user/pelican-themes/mnmlist" Save the changes to your settings file and then regenerate your site by using the Makefile you should already have set up using ``pelican-quickstart``: .. code-block:: sh make html Themes can also be specified directly via the ``-t ~/pelican-themes/theme-name`` parameter to the ``pelican`` command. If you want to edit your theme, make sure that any edits you make are made to the copy stored in ``~/pelican-themes/theme-name``. Any changes made to files stored in your site's ``output`` directory will be deleted the next time you generate your site.
Owner
- Name: ApacheCN 归档
- Login: apachecn-archive
- Kind: organization
- Email: wizard.z@qq.com
- Repositories: 180
- Profile: https://github.com/apachecn-archive
防止重要项目丢失而设立的归档