Coder Social home page Coder Social logo

kennyhorna-blog's Introduction

Netlify Status

Welcome to my blog

This is the source code of my blog, made with Jigsaw and TailwindCSS. You can read more about this site here in my blog.

Installation

After cloning or downloading this repo, install the dependencies:

composer install
npm run dev

Don't forget to modify the config of the site, specially the base url:

return [
    'baseUrl' => 'http://kennyhorna.test', // <--
    'production' => false,
    'siteName' => "Kenny Horna.",
    'siteDescription' => 'Un lugar donde comparto las cosas que me interesan.',
    'siteAuthor' => 'Kenny Horna',

    // ...
]

After this, you should be able to preview the site.

To generate the production files, first, change your specific details in the production file config.production.php:

<?php

return [
    'baseUrl' => 'https://kennyhorna.com',
    'production' => true,
];

Then, just run:

npm run production

I wrote an article about this, you can find it on my site: kennyhorna.com.

kennyhorna-blog's People

Contributors

kennyhorna avatar jaimevirrueta avatar

Watchers

James Cloos 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.