GithubHelp home page GithubHelp logo

falvarez / blog Goto Github PK

View Code? Open in Web Editor NEW
2.0 4.0 0.0 394.64 MB

¡VAPF! personal blog powered by Sculpin

License: Other

HTML 98.81% CSS 0.40% JavaScript 0.36% Shell 0.04% PHP 0.03% Twig 0.33% Jinja 0.03%

blog's Introduction

El blog de Fede Álvarez

Sculpin code for my personal blog.

Powered by Sculpin.

Inspired by Sculpin blog skeleton code.

Needs to have PHP >= 7.3 installed locally on your machine.

Publishing Production Builds

When --env=prod is specified, the site will be generated in output_prod/. This is the location of your production build.

sculpin generate --env=prod

These files are suitable to be transferred directly to a production host. For example:

sculpin generate --env=prodrsync -avze 'ssh -p 999' output_prod/ [email protected]:public_html

If you want to make sure that rsync deletes files that you deleted locally on the on the remote too, add the --delete option to the rsync command:

rsync -avze 'ssh -p 999' --delete output_prod/ [email protected]:public_html

Development environment

I use Symfony CLI tool to run a standalone PHP server.

To start server:

./bin/run_dev.sh

Blog will be accesible at the following URL: https://127.0.0.1:8000

blog's People

Contributors

falvarez avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

blog's Issues

Add search feature

As blog is now static, we need to add some third party service to allow users to search into posts.

Implementing Google Custom Search is maybe a good idea.

Redirect search requests

Redirect old search URL (/search?q=xxx) to new URL (/search.html?q=...)

This change may become obsolete when new search engine is developed and integrated.

Show dates in spanish

Dates in tags and archive listings are shown in English. They should be shown in Spanish.

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.