Code Monkey home page Code Monkey logo

frenchgofr's Introduction

french gopher

Objectifs

Site français autour du Go. Ce site à pour vocation de regrouper les ressources nécessaires pour bien démarrer avec le langage.

Il alternera entre news, article de fond, interview des figures du langage et howto.

Contribution

Les contributions sont les bienvenues, n'hésitez pas à ouvrir une pull-request pour soumettre une idée d'article.

Ajouter un article

Hugo

Le blog est propulsé par le moteur de blog Hugo

Pour ajouter un article au blog la marche à suivre est la suivante.

  • Se placer dans le répertoire blog :

      cd blog
    
  • Ajouter un article avec la commande suivante :

      hugo new post/mon_article.md   
    
  • Les ressources sont dans static, voir les autres articles pour le chemin d'accès.

  • Pour test en local le rendu de votre article sur votre poste :

      hugo server
    
  • Pour préparer le rendu static à déployer :

      hugo                      
    
  • Le répertoire public est mis à jour et le blog est prêt à être déployé sur App Engine :

      cd .. # racine de frenchgofr
      gcloud app deploy         
    

Et le tour est joué.

Edition avancée

Penser aux {{shortcodes}} hugo pour faciliter l'intégration de ressources tierces. Mention spéciale pour les galeries d'image, suivre le guide hugo-easy-gallery

Prise en main d'App Engine

    gcloud config set account [email protected]
    gcloud config set project projectName
    gcloud app deploy

Slack inviter

Basé sur slack inviter golang

frenchgofr's People

Contributors

alexjomin avatar sebastienfr avatar siegfriedehret avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

cphu deleplace

frenchgofr's Issues

better image sizing on about page

About page has team pictures, but they are to big.
Is it the CSS theme issue ?
I've tried with hugo short codes, but the width is not taken into account :

{{< figure src="/img/seb.jpg" alt="Seb" width="25" >}}

Disqus comments

The configuration is done but the comments do not appear under the articles.
See needed additional configuration.

Permalink with accent

Having articles with accent in title redirects to 404 not found using this settings :
[permalinks]
post = "/:year/:month/:title/"

exemple : 2017/10/décollage

It works fine on localhost.

Maybe this can be configured with a settings like for preserveTaxonomyNames

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.