Giter VIP home page Giter VIP logo

website's Introduction

Souce code for leouieda.com

build-html Powered by Urubu

This is the source code for my personal site leouieda.com.

Dependencies

You'll need to install Urubu and all it's dependencies to build the site. I have been using Python 3.5 for the build. See environment.yml for the complete dependency list.

You can create a conda environment with all required dependencies by running conda env create in the root of the repository. To activate the environment and run the build use source activate urubu.

Compiling the site

Use the Makefile:

make
make serve

The command make serve will start a simple server at the _build folder where the built HTML files are. Point your browser to http://127.0.0.1:8000 to view the site. The server runs in the background so you can continue working on the site.

The theme

The website theme is made using bootstrap and tweaked from the Cosmo Bootswatch theme. Icons are provided by FontAwesome and Academicons.

The Jinja2 templates and CSS are located in the _layouts and css folders. I really should make this theme more generic and provide it to the world. But, you know, time and things. You can still use it by copying the folders to your own project. I can't guarantee that things will work without my specific folder structure.

Adding an article/talk/course/software

The papers, talks, courses and software entries are .md files in the corresponding folders. The site theme takes a lot of extra metadata in the post to make the "Info" section of each entry.

To add a new entry, create the .md file in the corresponding folder.

Metadata for entries

The template makes extensive use of metadata entries for pages. You can specify things like the DOI, Github repository, etc and the template will include it in the publication side bar. See the existing publications for examples.

Automatic deploy with TravisCI

The site is automatically built and deployed to leouieda/leouieda.github.com every time a commit is pushed to the master branch. See files .github/workflows/build.yml.

License

Creative Commons License Except were otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License.

All source code is distributed under the BSD 3-clause License.

website's People

Contributors

leouieda avatar acarolcolombo avatar caparicajr avatar katrinleinweber 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.