|
18 | 18 |
|
19 | 19 | <p align="center">
|
20 | 20 | 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> |
23 | 21 | </p>
|
24 | 22 | </p>
|
25 | 23 |
|
|
29 | 27 |
|
30 | 28 | [![Website Screen Shot][product-screenshot]]()
|
31 | 29 |
|
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. |
33 | 31 |
|
34 | 32 | 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!
|
35 | 33 |
|
36 | 34 | Some objectives that I set out include:
|
37 | 35 | * 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. |
39 | 37 | * Make it easily customizable for anyone who wants to change the information that resides within.
|
40 | 38 |
|
41 | 39 | 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.
|
42 | 40 |
|
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. |
44 | 42 |
|
45 | 43 | ### Built With
|
46 | 44 | * [Gatsby](https://www.gatsbyjs.org/)
|
@@ -103,17 +101,12 @@ gatsby develop
|
103 | 101 | > Find out more in https://stackoverflow.com/questions/52121000/gatsby-cannot-read-property-component-src-pages-index-jsx-of-undefined.
|
104 | 102 |
|
105 | 103 |
|
106 |
| -- To deploy the website: |
| 104 | +- To create a production build, simply run: |
107 | 105 | ```sh
|
108 | 106 | gatsby build
|
109 | 107 | ```
|
110 | 108 |
|
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. |
117 | 110 |
|
118 | 111 | ### Personalization
|
119 | 112 |
|
|
0 commit comments