Giter Club home page Giter Club logo

pelican-fh5co-marble's Introduction

Description

pelican-fh5co-marble is a layout from https://freehtml5.co/ ported to pelican.

Features

  • Fully responsive
  • Translation support
  • Working contact form (sending is done in php)
  • Integrated tipue_search Plugin
  • Google Maps integration
  • Disqus integration

Todo's for later version

  • ADs
  • Facebook/Twitter share

Plugins

Example blog

You can find a fully working example under https://github.com/claudio-walser/pelican-fh5co-marble-example

git clone https://github.com/claudio-walser/pelican-fh5co-marble.git
git clone https://github.com/claudio-walser/pelican-fh5co-marble-example.git
cd pelican-fh5co-marble-example
pelican
./develop_server.sh start 8081

Then visit http://localhost:8081 with your browser.

Contact Form

To get the contact form working, you need to change SMTP Login values in output/theme/mail-config.php For security reasons, NEVER check in this file anywhere but replace values in the output folder of your Pelican Blog manually or by script. Personally I build my pelican sites using jenkins and there i have a build step which is replacing SMTP Login values after the pelican build.

<?php

define('SMTP_SERVER', 'mail.your-domain.com');
define('SMTP_PORT', 587); # usually, only smtp over tls is supported
define('SMTP_REALNAME', 'John Doe');
define('SMTP_USER', '[email protected]');
define('SMTP_PASS', 'secret');

define('RECIPIENT', '[email protected]');
define('RECIPIENT_REALNAME', 'John Doe');

?>

Credits

Translations

Pull Request with more translations are very welcome. Languages in the theme right now

To create a new language, execute translations.sh

./translations.sh new ru_RU

Then translate the strings in ./locale/ru_RU/LC_MESSAGES/messages.po Afterwards call translations.sh with compile

./translations.sh compile

Again, thanks to Alexandre Vicenzi because I copied his script.

Issues or feature-requests

If you discover any bugs, feel free to create an issue on GitHub or fork and send me a pull request.

Issues List.

Authors

License

https://creativecommons.org/licenses/by/3.0/

Screenshots

screenshot-home.png

screenshot-home-2.png

screenshot-contact.png

pelican-fh5co-marble's People

Contributors

claudio-walser avatar aster-the-med-stu avatar przymusp avatar pmatos avatar

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.