Hugo Deploy | Hugo

Deploy

A quick way to make a new post Pass this code to your config.yml #https://blog.cavelab.dev/2021/08/deploying-hugo-blog-to-s3/ deployment: targets: - name: Name the Tagrets URL: 's3://marcinmitruk.link?region=your-region-2or1' # cloudFrontDistributionID: <CF-Distribution-ID> matchers: - pattern: ^.+\.(js|css|svg|ttf|woff|woff2|eot|png|jpg|gif|svg|ttf)$ cacheControl: 'max-age=630720000, no-transform, public' gzip: true - pattern: ^.+\.(html|xml|json)$ gzip: true Create new post… hugo new posts/some-title.md and run local server tape hugo server to deploy on AWS s3 after the previous configuration type. hugo && hugo deploy ...

March 10, 2022 · Marcin

History of PHP

PHP’s development began in 1994 when Rasmus Lerdorf wrote several Common Gateway Interface (CGI) programs in C, which he used to maintain his personal homepage. He extended them to work with web forms and to communicate with databases, and called this implementation “Personal Home Page/Forms Interpreter” or PHP/FI. PHP/FI could be used to build simple, dynamic web applications. To accelerate bug reporting and improve the code, Lerdorf initially announced the release of PHP/FI as “Personal Home Page Tools (PHP Tools) version 1....

March 10, 2022 · Marcin

HTML basics

HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example, content could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables. As the title suggests, this article will give you a basic understanding of HTML and its functions. So what is HTML? HTML is a markup language that defines the structure of your content....

December 10, 2021

Marcin Mitruk CONTACT Phone: 07986555371 Email: marcinmitruk@gmail.com Address: 13 Brunswick Street East, Maidstone ME15 7UU EDUCATION Information Technology in Agriculture Engineering Degree Engineer, University 2023-2023 Enhancing my IT skills and knowledge for a dynamic career. Degree in Car Mechanics High School in Lublin 1999-2007 Foundation in mechanical expertise and problem-solving. CERTIFICATIONS AWS Certified Solutions Architect – Associate Certificate Verification (Validation Number: C5ZXY1TCQMQQQE5P) AWS Cloud Practitioner Certificate Verification (Validation Number: GBHB24NLE2Q1QJCH) HashiCorp Certified: Terraform Associate...

posts This is a place where I create, edit and publish my article.