association and README.md
This commit is contained in:
parent
207e46f02b
commit
55bd450438
2 changed files with 129 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Etoile de bethleem - site web
|
||||||
|
|
||||||
|
## Comment installer
|
||||||
|
|
||||||
|
- git clone etoiledebethleem/website website
|
||||||
|
- cd website
|
||||||
|
|
||||||
|
## Comment développer
|
||||||
|
|
||||||
|
- hugo server -D
|
||||||
|
|
||||||
|
## Comment build
|
||||||
|
|
||||||
|
- hugo
|
||||||
|
|
||||||
|
## Idées
|
||||||
|
|
||||||
|
- gallerie avec un scroll : https://staticbattery.com/ (on sera toujours obligé de faire de la navigation)
|
||||||
|
|
110
content/association/index.md
Normal file
110
content/association/index.md
Normal file
|
@ -0,0 +1,110 @@
|
||||||
|
---
|
||||||
|
title: "L'association des amis de la chapelle de bethléem"
|
||||||
|
---
|
||||||
|
|
||||||
|
Ceci est un document de test pour montrer les capacités du markdown.
|
||||||
|
|
||||||
|
Today allow analysis. Thus city *set* **center in our minds**.
|
||||||
|
After movie hotel imagine seem together. Any exactly seat suffer. Shoulder economic hair argue clear. Or day notice information. The roads are *cluttered*, this why we [laugh](https://en.wikipedia.org/wiki/Laughter) often we also see.
|
||||||
|
|
||||||
|
## Which continue once report break
|
||||||
|
|
||||||
|
![Civil camera are great](https://picsum.photos/seed/picsum/200/300)
|
||||||
|
|
||||||
|
`time echo "how pathetic are we" >> my_way_of_life.txt`
|
||||||
|
|
||||||
|
Action [scientists](https://en.wikipedia.org/wiki/Scientist) do force in their voice. Study young edge particularly number she. Great edge role organization civil camera.
|
||||||
|
Over ![apply shoulder environment](https://example.org). Issue learn ready with time article protect final.
|
||||||
|
|
||||||
|
> What can we gain by sailing to the moon if we are not able to cross the abyss that separates us from ourselves? This is the most important of all... ‐ Thomas Merton
|
||||||
|
|
||||||
|
### One issue
|
||||||
|
|
||||||
|
Want fish whole spring play. Ready __wife moment__ manage social itself kid. Him not high identify front.
|
||||||
|
Seek let federal green represent according move.
|
||||||
|
|
||||||
|
- Some day it was great
|
||||||
|
- Then after the sunset was gone
|
||||||
|
- Always the sun
|
||||||
|
- Our moon is hidden from use
|
||||||
|
|
||||||
|
### How we see us
|
||||||
|
|
||||||
|
Left white around too evidence. [Phone huge study address me possible line](https://en.wikipedia.org/wiki/Problematic_smartphone_use). Man win rest you.
|
||||||
|
Idea spring do country daughter high. None source fire national around. Hit politics law them early.
|
||||||
|
|
||||||
|
## Economy want compare garden.
|
||||||
|
|
||||||
|
![The situation leave behind trees](https://picsum.photos/200/300?grayscale)
|
||||||
|
|
||||||
|
Station friend describe defense wide stay. Movie else international piece live imagine feeling leave.
|
||||||
|
Ago easy main rather today. Her cold civil art. May team executive among.
|
||||||
|
|
||||||
|
Law present himself her full describe ago season. Itself though meeting case. Risk training all movement education couple everybody.
|
||||||
|
Improve form agreement. Skin should action series.
|
||||||
|
|
||||||
|
```python
|
||||||
|
def is_palindrome(s):
|
||||||
|
low = 0
|
||||||
|
high = len(s) - 1
|
||||||
|
while low < high:
|
||||||
|
if not s[low].isalpha():
|
||||||
|
low += 1
|
||||||
|
elif not s[high].isalpha():
|
||||||
|
high -= 1
|
||||||
|
else:
|
||||||
|
if s[low].lower() != s[high].lower():
|
||||||
|
return False
|
||||||
|
else:
|
||||||
|
low += 1
|
||||||
|
high -= 1
|
||||||
|
return True
|
||||||
|
```
|
||||||
|
|
||||||
|
## Company myself often ahead seek example.
|
||||||
|
|
||||||
|
Alone minute across technology. Debate improve too travel whom.
|
||||||
|
Dark experience health even move push property government. Pressure reality travel country must spring sea really.
|
||||||
|
|
||||||
|
Often herself become fill green. Pm foot thousand.
|
||||||
|
|
||||||
|
Anything education first service piece support decade. Society couple beautiful machine conference many.
|
||||||
|
|
||||||
|
Today allow analysis. Thus city set center.
|
||||||
|
After movie hotel imagine seem together. Any exactly seat suffer.
|
||||||
|
Shoulder economic hair argue clear. Or day notice information.
|
||||||
|
|
||||||
|
## We seek to others
|
||||||
|
|
||||||
|
### The very truth is here
|
||||||
|
|
||||||
|
Action scientist force. Study young edge particularly number she. Great edge role organization civil camera.
|
||||||
|
Over apply shoulder environment. Issue learn ready with time article protect final.
|
||||||
|
|
||||||
|
Want fish whole spring play. Ready wife moment manage social itself kid. Him not high identify front.
|
||||||
|
Seek let federal green represent according move.
|
||||||
|
|
||||||
|
Left white around too evidence. Phone huge study address me possible line. Man win rest you.
|
||||||
|
Idea spring do country daughter high. None source fire national around. Hit politics law them early.
|
||||||
|
|
||||||
|
### It's easy to see
|
||||||
|
|
||||||
|
Economy want compare garden. Company myself often ahead seek example.
|
||||||
|
|
||||||
|
Law present himself her full describe ago season. Itself though meeting case. Risk training all movement education couple everybody.
|
||||||
|
|
||||||
|
Improve form agreement. Skin should action series.
|
||||||
|
|
||||||
|
Station friend describe defense wide stay. Movie else international piece live imagine feeling leave.
|
||||||
|
Ago easy main rather today. Her cold civil art. May team executive among.
|
||||||
|
|
||||||
|
## A Final word on our ego
|
||||||
|
|
||||||
|
![Often, we think](https://picsum.photos/200/300?grayscale)
|
||||||
|
|
||||||
|
**Alone minute across technology**. _Debate improve too travel whom_.
|
||||||
|
Dark experience health even move push property government. Pressure reality travel country must spring sea really.
|
||||||
|
|
||||||
|
Often herself become fill green. Pm foot thousand.
|
||||||
|
|
||||||
|
Anything education first service piece support decade. Society couple beautiful machine conference many.
|
Loading…
Reference in a new issue