Edit

thodg/slides/test

Branch :

  • index.md
  • Title
    
    2020-03-01
    
    Thomas de Grivel
    
    <thoxdg@gmail.com>
    
    https://kmx.io/
    
    
    # Section 1
    
    ## Frame 1
    
     - List item 1
     - List item 2
    
    
    ## Frame 2
    ```
    (resource 'group "wifi"
              :gid 2300)
    (resource 'file "/etc/wifi/wifi.conf"
              :owner "root"
              :group "wifi"
              :content (read-file "/etc/wifi/wifi.conf"))
    ```