Différences entre versions de « Xtof/micropub »

De Mi caja de notas

< Xtof
Ligne 4 : Ligne 4 :
 
== [[2018-250]] ==
 
== [[2018-250]] ==
  
* Préparation session micropub avec Glenn. Essai de quelques posts avec Quill vers christopheducamp.com. Quelques fichiers montent sur Github.
+
* Préparation session micropub avec Glenn.  
 +
=== Essai Quill ===
 +
Essai de quelques posts avec [[Quill]] vers christopheducamp.com.  
 +
 
 +
Quelques fichiers montent bien sur Github.  
 +
 
 +
exemple de la dernière note sans titre postée :
  
 
```
 
```
Ligne 26 : Ligne 32 :
 
```
 
```
  
Erreurs à trouver sur la production Hugo. Les tags semblent mal produits ?
+
Quelques erreurs à dénicher, lors de la production Hugo. Recherche à faire sur les tags ?  
  
 
```
 
```
Ligne 36 : Ligne 42 :
  
 
```
 
```
 +
== [[2018-249]] ==
 +
=== Essai indiebook.club ===
 +
[https://github.com/ChristopheDucamp/xtof-hugo-zen/blob/master/content/post/2018-09-06-35479.md cf le post en md sur github]
 +
 +
```
 +
 +
---
 +
layout: posts
 +
date: '2018-09-06T09:51:19.403Z'
 +
title: ''
 +
mf-summary:
 +
  - >-
 +
    Currently reading: Python pour les Kids by Jason R. Briggs, ISBN:
 +
    9782212140880
 +
mf-read-status:
 +
  - reading
 +
mf-read-of:
 +
  - type:
 +
      - h-cite
 +
    properties:
 +
      name:
 +
        - Python pour les Kids
 +
      author:
 +
        - Jason R. Briggs
 +
      uid:
 +
        - 'isbn:9782212140880'
 +
tags: 100daysofcode python programmation
 +
slug: '35479'
 +
category: social
 +
---
 +
```
 +
 +
 +
 +
Pas de rendu dans Hugo... tags à nettoyer. Pas de texte
  
 
== [[2018-131]] ==
 
== [[2018-131]] ==

Version du 7 septembre 2018 à 06:10

Intention : publier à partir de micropub/clients. Recherche en cours pour implémenter un point de terminaison micropub sur GoHugo. - portrait xtof 4 mai 2018 à 11:17 (UTC)

2018-250

  • Préparation session micropub avec Glenn.

Essai Quill

Essai de quelques posts avec Quill vers christopheducamp.com.

Quelques fichiers montent bien sur Github.

exemple de la dernière note sans titre postée :

``` --- layout: posts date: '2018-09-07T05:20:47.928Z' title: mf-location:

 - 'geo:48.88589,2.35019;u=20'

tags: micropub indieweb slug: '19247' mf-photo:

 - >-
   https://christopheducamp.com/static/img/2018-09-19247/micropub-rocks-2018-09-07-07-11-40.png

category: social --- 14h00-18H00 Session découverte et implémentation #micropub #indieweb avec Glenn. Intention personnelle : poursuivre quelques travaux de configuration d'un point de terminaison #micropub sur une motorisation gohugo.io Appelez-moi si ça vous dit de passer et venir nous aider.

```

Quelques erreurs à dénicher, lors de la production Hugo. Recherche à faire sur les tags ?

``` xtof@MacBook:~/sites/xtof-hugo-zen$ hugo server Building sites … WARNING: YAML data/frontmatter with keys of type int is since Hugo 0.37 converted to strings ERROR 2018/09/07 07:56:14 Error while rendering "page" in "post/": template: _default/single.html:20:36: executing "_default/single.html" at <.Params.tags>: range can't iterate over 100daysofcode python programmation ERROR 2018/09/07 07:56:14 Error while rendering "page" in "post/": template: _default/single.html:20:36: executing "_default/single.html" at <.Params.tags>: range can't iterate over micropub indieweb ERROR 2018/09/07 07:56:14 Error while rendering "home" in "": template: index.html:14:50: executing "index.html" at <.Params.tags>: range can't iterate over micropub indieweb

```

2018-249

Essai indiebook.club

cf le post en md sur github

```

--- layout: posts date: '2018-09-06T09:51:19.403Z' title: mf-summary:

 - >-
   Currently reading: Python pour les Kids by Jason R. Briggs, ISBN:
   9782212140880

mf-read-status:

 - reading

mf-read-of:

 - type:
     - h-cite
   properties:
     name:
       - Python pour les Kids
     author:
       - Jason R. Briggs
     uid:
       - 'isbn:9782212140880'

tags: 100daysofcode python programmation slug: '35479' category: social --- ```


Pas de rendu dans Hugo... tags à nettoyer. Pas de texte

2018-131

  • essayer les points de terminaison micropub sur une instance Hugo hébergée sur GitHub ou gandi (solutions php)

1. chez skippy https://github.com/skpy/micropub 1. chez dgold https://github.com/dg01d/nanopub/blob/master/INSTALLATION.md


2018-124 : micropub

Objet : mettre à jour un site motorisé parGoHugo à partir d'un mobile ou d'interfaces-clients externes (micropub/clients).


tentative point de terminaison avec app Heroku archivée sur xtof/micropub-to-github

liens et inspirations

alternatives de collègues indieweb motorisés Hugo avec point de terminaison micropub

1. Daniel Goldsmith a créé iwc:nanopub. Son premier post micropub date du 2017-07-14 https://ascraeus.org/micro/1500061827/ https://github.com/dg01d/nanopub/blob/master/INSTALLATION.md Daniel est joignable sur https://micro.blog/dgold - cf son flux micro https://ascraeus.org/micro/ 1. Skippy aka Scott https://skippy.net/ > point de terminaison PHP minimal https://github.com/skpy/micropub 1. [Keith Grant](https://keithjgrant.com) est le créateur de l'extension navigateur Omnibear. Repo accessible sur https://github.com/keithjgrant/keithjgrant.com - Son point de terminaison micropub est produit avec docker. 1. Marty https://martymcgui.re/2017/01/26/122700/ a un point de terminaison micropub construit en Python 1. Pretty Good Hat https://prettygoodhat.com/about/ a implémenté nanopub https://prettygoodhat.com/post/2018-01-14-retuning-indieweb/ + https://prettygoodhat.com/post/further-indieweb-adventures/ 1. Calum Ryan (2017-02) configuration micropub par classe php > https://calumryan.com/learning/getting-started-with-micropub/


Autres motorisations que GoHugo

1. Rhiaro et son "Minimum Viable micropub" https://rhiaro.co.uk/2015/04/minimum-viable-micropub 1. portrait Jeremy Keith https://adactio.com/journal/7698 1. Inspiration Jekyll micro.blog : Article de Fiona Voss / motorisation Jekyll <http://fionavoss.blog/2018/04/01/microblogging-in-jekyll>


Autres liens à classer


1. Kaushalmodi cherche activement à implémenter micropub sur son GoHugo > https://gitlab.com/kaushalmodi/kaushalmodi.gitlab.io/blob/master/config.toml (webmentions et search)