Skip to content

Commit e6b0293

Browse files
committed
2 parents 2478f5d + de69664 commit e6b0293

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
<p align="center">
2020
The repo where Mosteiro de Landim's new website was developed.
21-
<br />
22-
<a href="https://github.com/LuchoTurtle/landim-website#Personalization"><strong>Configure the website »</strong></a>
2321
</p>
2422
</p>
2523

@@ -29,18 +27,18 @@
2927

3028
[![Website Screen Shot][product-screenshot]]()
3129

32-
The previous Mosteiro de Landim website was developed back in 2006 and, as such, has become outdated as time passed. The site was, at the time of writing, unresponsive and used deprecated technologies. This, of course, had an impact on the user experience and on Mosteiro de Landim itself.
30+
The previous Mosteiro de Landim website was developed back in 2006 and, as such, has become outdated as time passes. The site was, at the time of writing, unresponsive and used deprecated technologies. This, of course, had an impact on the user experience and on Mosteiro de Landim itself.
3331

3432
With this in mind, I set off to develop a website for Mosteiro de Landim that was simple and responsive, meaning it could be used on both mobile and desktop platforms. It was a learning experience, to say the least!
3533

3634
Some objectives that I set out include:
3735
* Website should be easy to use, lightweight and compatible with IE.
38-
* Keep the same information that was in the previous website and expand upon it.
36+
* Keep the same information that was on the previous website and expand upon it.
3937
* Make it easily customizable for anyone who wants to change the information that resides within.
4038

4139
Of course, these are a rough draft. You may also suggest changes by forking this repo and creating a pull request or opening an issue.
4240

43-
A list of commonly used resources that I found helpful are listed in the acknowledgements.
41+
A list of commonly used resources that I found helpful is listed in the acknowledgements.
4442

4543
### Built With
4644
* [Gatsby](https://www.gatsbyjs.org/)
@@ -103,17 +101,12 @@ gatsby develop
103101
> Find out more in https://stackoverflow.com/questions/52121000/gatsby-cannot-read-property-component-src-pages-index-jsx-of-undefined.
104102
105103

106-
- To deploy the website:
104+
- To create a production build, simply run:
107105
```sh
108106
gatsby build
109107
```
110108

111-
This does a production build of the website and outputs the build static files into the ```public``` directory. After this:
112-
113-
```sh
114-
cd public
115-
surge
116-
```
109+
This does a production build of the website and outputs the build static files into the ```public``` directory.
117110

118111
### Personalization
119112

headers

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/*
2+
cache-control: max-age=31536000

0 commit comments

Comments
 (0)