Some people use Static CMS to design things like Jekyll and Hexo, but almost none of these things have more user-friendly content editors, such as powerful things like Divi, so there is another trick, which is to edit the website with WordPress. , And then use some static generators to generate static websites. There is a set of the simplest and most effective to try: Simply Static. After installation, select "Save for offline use" in Settings and "Temporary Files Directory" in Advanced settings to set the path to be exported. The permissions of the path must be readable and writable. Then you can go to Generate and click "Generate Static Files". The set path may not allow you to click URL download directly, you can download it in other ways, or write an automatic sftp transmission to other places. After testing, the plug-in can normally produce the design and layout edited by Divi.
Why learn Grovvy The official recommended language of Gradle is Groovy, which is a jvm language. If you want to perform plug-in modules, hot repairs, complex construction systems, etc., you need a little understanding of Groovy. You don't need to learn the details of Groovvy. Generally, the benefits are too great. Low, like bloggers only use Gradle to build SpringBoot, and the main project language is not Groovy. There are quite a few Gradle users who have no basic concepts at all. Whenever they encounter a need or problem, they need to find it online. This is a misunderstanding. Gradle is not just a configuration script, I personally think that behind it is a combination of two languages: Groovy Language + Gradle DSL The DSL part can also be expanded. If you are using the Android ecosystem, there will also be Android DSL, a total of three. The full name of DSL is Domain Specific Language, that is, "domain specific language", which means that this language is not univer...
The "command pipeline" (command pipeline) is a very powerful basic feature of the Linux ecosystem. It can cascade a variety of different commands and turn many basic commands into a programmable way to use, which is of great help in the operation of the system. When a general Linux command is executed, there will be three input and output data streams, namely: Standard input (code 0): input data required for program execution. Standard output (code 1): The output data produced by the normal execution of the program. Standard error output (code 2): A message used to notify the user when a program error occurs, or a message used to present the program status. When the Linux program is running, it looks like this: Standard input STDIN ==> Linux program ==> Standard output STDOUT ==> Standard error output STDERR We can use the redirection feature to change the flow of these data, and add a pipe to string together different Linux programs. Pipe Connect the input and out...
Comments
Post a Comment